home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 February / Macworld (2000-02).dmg / Shareware World / Comms & Internet / Flex-Able 1.0 / FADocs / substring.able < prev    next >
Text File  |  1999-08-24  |  572b  |  30 lines

  1. <html>
  2.     <head>
  3.         <link rel=stylesheet type="text/css" HREF="fa.css">
  4.         <title>FLex-Able: String Functions: Substring</title>
  5.     </head>
  6. <body>
  7.  
  8. <DIV CLASS="topic">String Functions: Substring</DIV>
  9. <p><br>
  10. <p><br>
  11.  
  12. <:set browser env["HTTP_USER_AGENT"]>
  13.  
  14. <:require <:substring browser "MSIE">>
  15.     <h3>You are using Explorer</h3>
  16. <:else>
  17.     <:require <:substring browser "Mozilla">>
  18.         <h3>You are using Netscape</h3>
  19.     <:else>
  20.         <h3>You are using <:echo browser></h3>
  21.     <:/require>
  22. <:/require>
  23. <hr>
  24. <A HREF="quickstart.html" CLASS="back">back to Quick Start</A> 
  25. </body>
  26. </html> 
  27.  
  28.  
  29.  
  30.